home *** CD-ROM | disk | FTP | other *** search
- cur_level_num = 114
-
- dofile("everything.lua")
-
- function LEVEL_start()
- ticker = 0
- pylon_start("egg-1",90.0)
- floor_start_random()
- player_start( 53.5495 , -1.52078 , 0.0 )
- end
-
- function LEVEL_gameloop()
- everying_gameloop()
-
- if ticker == 5 then
- actor_plopper( "wall-1_flat", 1,0,0, -18.8407,-18.8407,-21.2234,-21.2234, -89.9,130.0 )
- end
-
- if ticker == 5 then
- actor_plopper( "wall-1_flat", 1,0,0, 12.356,12.356,-25.476,-25.476, -59.9,130.0 )
- end
-
- if ticker == 5 then
- actor_plopper( "wall-1_flat", 1,0,0, -18.8407,-18.8407,18.6563,18.6563, -89.9,130.0 )
- end
-
- if ticker == 5 then
- actor_plopper( "wall-1_flat", 1,0,0, 12.356,12.356,25.3256,25.3256, -119.9,130.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "trackfly-2", 30,0,4, -37.3218,1.61137,-42.7063,-29.432, -90.0,0.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "trackfly-2", 30,0,4, -37.3218,1.61137,27.3105,40.5848, -90.0,0.0 )
- c_no_more_beasties_to_come()
- end
-
- end
-
-